home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / km100pue.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  23.8 KB  |  587 lines

  1. *PPD-Adobe: "4.3"
  2. *%=============================================================================
  3. *%
  4. *%  PPD file for Kyocera Mita FS-1000+ (USA English)
  5. *%
  6. *%  Copyright (C) 1993-2000 Kyocera Technology Development Inc.
  7. *%  All Rights Reserved
  8. *%
  9. *%  Permission is granted for redistribution of this file as long as this
  10. *%  copyright notice is intact and the contents of the file are not altered
  11. *%  in any way from their original form.
  12. *%
  13. *%  Contents of this file are automatically generated with the PPDGEN utility 
  14. *%
  15. *%=============================================================================
  16.  
  17. *FileVersion: "3.0.1"
  18. *FormatVersion: "4.3"
  19. *LanguageEncoding: ISOLatin1
  20. *LanguageVersion: English
  21. *Product: "(FS-1000+)"
  22. *PSVersion: "(2014.108) 1"
  23. *Manufacturer: "Kyocera Mita"
  24. *ModelName: "Kyocera Mita FS-1000+ (KPDL-2)"
  25. *ShortNickName: "Kyocera Mita FS-1000+ (KPDL-2)"
  26. *NickName: "Kyocera Mita FS-1000+ (KPDL-2)"
  27. *PCFileName: "KM100PUE.PPD"
  28.  
  29. *% Basic Device Capabilities
  30. *LanguageLevel: "2"
  31. *ColorDevice: False
  32. *DefaultColorSpace: Gray
  33. *TTRasterizer: Type42
  34. *?TTRasterizer: "
  35.   save
  36.   42 /FontType resourcestatus
  37.   { pop pop (Type42) }{ (None) } ifelse
  38.   = flush restore"
  39. *End
  40. *FreeVM: "2208000"
  41. *Throughput: "12"
  42.  
  43. *% System Management
  44. *SuggestedJobTimeout: "0"
  45. *SuggestedManualFeedTimeout: "0"
  46. *SuggestedWaitTimeout: "120"
  47. *PrintPSErrors: True
  48.  
  49. *Password: "0"
  50.  
  51. *ExitServer: "
  52.   count 0 eq {true}
  53.   {dup statusdict /checkpassword get exec not} ifelse
  54.   {(WARNING : Cannot perform the exitserver command.) =
  55.     (Password supplied is not valid.) =
  56.     (Please contact the author of this software.) = flush quit} if
  57.   serverdict /exitserver get exec"
  58. *End
  59.  
  60. *Reset: "
  61.   count 0 eq { true }
  62.   {dup statusdict /checkpassword get exec not} ifelse
  63.   {(WARNING : Cannot perform the exitserver command.) =
  64.     (Password supplied is not valid.) =
  65.     (Please contact the author of this software.) = flush quit} if
  66.   serverdict /exitserver get exec
  67.   systemdict /quit get exec
  68.   (WARNING : Printer Reset Failed.) = flush"
  69. *End
  70.  
  71. *% Protocols
  72. *Protocols: PJL TBCP
  73.  
  74. *1284Modes Parallel: Compat Nibble ECP
  75. *1284DeviceID: "MFG:Kyocera Mita;Model:Kyocera Mita FS-1000+;COMMAND SET: POSTSCRIPT,PJL,PCL"
  76.  
  77. *% JCL Information 
  78. *JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
  79. *JCLToPSInterpreter: "@PJL ENTER LANGUAGE=POSTSCRIPT<0A>"
  80. *JCLEnd: "<1B>%-12345X@PJL EOJ<0A><1B>%-12345X"
  81.  
  82. *JCLOpenUI *JCLEconomode/EcoPrint: PickOne
  83. *DefaultJCLEconomode: Off
  84. *OrderDependency: 5 JCLSetup *JCLEconomode
  85. *JCLEconomode Off/Off: "@PJL SET ECONOMODE=OFF<0A>"
  86. *JCLEconomode On/On: "@PJL SET ECONOMODE=ON<0A>"
  87. *JCLCloseUI: *JCLEconomode
  88.  
  89. *% Installable Options
  90. *OpenGroup: InstallableOptions/Installed Options
  91.  
  92. *% Paper Feeder
  93. *OpenUI *Option8/PF-17 Paper Feeder: Boolean
  94. *DefaultOption8: False
  95. *Option8 False/Not Installed: ""
  96. *Option8 True/Installed: ""
  97. *?Option8: "
  98.   save
  99.   (False) currentpagedevice dup /InputAttributes known {
  100.     /InputAttributes get
  101.     dup 1 known {dup 1 get null ne {exch pop (True) exch} if} if
  102.   } if pop
  103.   = flush restore"
  104. *End
  105. *CloseUI: *Option8
  106.  
  107. *% Disk Drive
  108. *OpenUI *Option18/Optional Disk: PickOne
  109. *DefaultOption18: None
  110. *Option18 None/None: ""
  111. *Option18 RAMDisk/RAM Disk: ""
  112. *?Option18: "
  113.   save
  114.   false
  115.   (%disk?%)
  116.   {currentdevparams dup /Writeable known
  117.     {dup /Writeable get
  118.       {exch pop /LogicalSize get dup 0 gt exch 102400 lt eq true}{pop pop false} ifelse
  119.     }{pop pop} ifelse
  120.   } 100 string /IODevice resourceforall
  121.   {{(RAMDisk)}{(HardDisk)} ifelse}{(None)} ifelse
  122.   = flush restore"
  123. *End
  124. *CloseUI: *Option18
  125.  
  126. *% Installed Memory
  127. *OpenUI *InstalledMemory/Memory: PickOne
  128. *DefaultInstalledMemory: 4MB
  129. *InstalledMemory 4MB/Standard: ""
  130. *InstalledMemory 8MB/4MB Upgrade: ""
  131. *InstalledMemory 12MB/8MB Upgrade: ""
  132. *InstalledMemory 20MB/16MB Upgrade: ""
  133. *InstalledMemory 36MB/32MB Upgrade: ""
  134. *?InstalledMemory: "
  135.   save
  136.   currentsystemparams dup
  137.   /RamSize known {
  138.     /RamSize get
  139.     524288 div ceiling cvi 2 div cvi
  140.     /vmsize 20 string def
  141.     vmsize cvs print
  142.     (MB) print (\n) print flush
  143.   }{
  144.     pop (Unknown) print flush
  145.   } ifelse
  146.   restore"
  147. *End
  148. *CloseUI: *InstalledMemory
  149.  
  150. *CloseGroup: InstallableOptions
  151.  
  152. *% Virtual Memory 
  153. *VMOption 4MB: "2208000"
  154. *VMOption 8MB: "5568000"
  155. *VMOption 12MB: "8928000"
  156. *VMOption 20MB: "15648000"
  157. *VMOption 36MB: "29088000"
  158.  
  159.  
  160. *% Constraints
  161. *UIConstraints: *Option8 False *InputSlot PF17
  162. *UIConstraints: *InputSlot PF17 *Option8 False
  163. *NonUIConstraints: *InputSlot PF17 *CustomPageSize
  164. *NonUIConstraints: *CustomPageSize *InputSlot PF17
  165. *UIConstraints: *KCCollate *Option18 None
  166. *UIConstraints: *Option18 None *KCCollate Temp
  167. *UIConstraints: *PageSize Executive *InputSlot Internal
  168. *UIConstraints: *InputSlot Internal *PageSize Executive
  169. *UIConstraints: *PageRegion Executive *InputSlot Internal
  170. *UIConstraints: *InputSlot Internal *PageRegion Executive
  171. *UIConstraints: *PageSize A6 *InputSlot Internal
  172. *UIConstraints: *InputSlot Internal *PageSize A6
  173. *UIConstraints: *PageRegion A6 *InputSlot Internal
  174. *UIConstraints: *InputSlot Internal *PageRegion A6
  175. *UIConstraints: *PageSize ISOB5 *InputSlot Internal
  176. *UIConstraints: *InputSlot Internal *PageSize ISOB5
  177. *UIConstraints: *PageRegion ISOB5 *InputSlot Internal
  178. *UIConstraints: *InputSlot Internal *PageRegion ISOB5
  179. *UIConstraints: *PageSize B6 *InputSlot Internal
  180. *UIConstraints: *InputSlot Internal *PageSize B6
  181. *UIConstraints: *PageRegion B6 *InputSlot Internal
  182. *UIConstraints: *InputSlot Internal *PageRegion B6
  183. *UIConstraints: *PageSize EnvPersonal *InputSlot Internal
  184. *UIConstraints: *InputSlot Internal *PageSize EnvPersonal
  185. *UIConstraints: *PageRegion EnvPersonal *InputSlot Internal
  186. *UIConstraints: *InputSlot Internal *PageRegion EnvPersonal
  187. *UIConstraints: *PageSize Env9 *InputSlot Internal
  188. *UIConstraints: *InputSlot Internal *PageSize Env9
  189. *UIConstraints: *PageRegion Env9 *InputSlot Internal
  190. *UIConstraints: *InputSlot Internal *PageRegion Env9
  191. *UIConstraints: *PageSize Env10 *InputSlot Internal
  192. *UIConstraints: *InputSlot Internal *PageSize Env10
  193. *UIConstraints: *PageRegion Env10 *InputSlot Internal
  194. *UIConstraints: *InputSlot Internal *PageRegion Env10
  195. *UIConstraints: *PageSize EnvMonarch *InputSlot Internal
  196. *UIConstraints: *InputSlot Internal *PageSize EnvMonarch
  197. *UIConstraints: *PageRegion EnvMonarch *InputSlot Internal
  198. *UIConstraints: *InputSlot Internal *PageRegion EnvMonarch
  199. *UIConstraints: *PageSize EnvDL *InputSlot Internal
  200. *UIConstraints: *InputSlot Internal *PageSize EnvDL
  201. *UIConstraints: *PageRegion EnvDL *InputSlot Internal
  202. *UIConstraints: *InputSlot Internal *PageRegion EnvDL
  203. *UIConstraints: *PageSize EnvC5 *InputSlot Internal
  204. *UIConstraints: *InputSlot Internal *PageSize EnvC5
  205. *UIConstraints: *PageRegion EnvC5 *InputSlot Internal
  206. *UIConstraints: *InputSlot Internal *PageRegion EnvC5
  207. *UIConstraints: *PageSize Postcard *InputSlot Internal
  208. *UIConstraints: *InputSlot Internal *PageSize Postcard
  209. *UIConstraints: *PageRegion Postcard *InputSlot Internal
  210. *UIConstraints: *InputSlot Internal *PageRegion Postcard
  211. *UIConstraints: *PageSize DoublePostcardRotated *InputSlot Internal
  212. *UIConstraints: *InputSlot Internal *PageSize DoublePostcardRotated
  213. *UIConstraints: *PageRegion DoublePostcardRotated *InputSlot Internal
  214. *UIConstraints: *InputSlot Internal *PageRegion DoublePostcardRotated
  215. *UIConstraints: *PageSize Executive *InputSlot PF17
  216. *UIConstraints: *InputSlot PF17 *PageSize Executive
  217. *UIConstraints: *PageRegion Executive *InputSlot PF17
  218. *UIConstraints: *InputSlot PF17 *PageRegion Executive
  219. *UIConstraints: *PageSize A6 *InputSlot PF17
  220. *UIConstraints: *InputSlot PF17 *PageSize A6
  221. *UIConstraints: *PageRegion A6 *InputSlot PF17
  222. *UIConstraints: *InputSlot PF17 *PageRegion A6
  223. *UIConstraints: *PageSize ISOB5 *InputSlot PF17
  224. *UIConstraints: *InputSlot PF17 *PageSize ISOB5
  225. *UIConstraints: *PageRegion ISOB5 *InputSlot PF17
  226. *UIConstraints: *InputSlot PF17 *PageRegion ISOB5
  227. *UIConstraints: *PageSize B6 *InputSlot PF17
  228. *UIConstraints: *InputSlot PF17 *PageSize B6
  229. *UIConstraints: *PageRegion B6 *InputSlot PF17
  230. *UIConstraints: *InputSlot PF17 *PageRegion B6
  231. *UIConstraints: *PageSize EnvPersonal *InputSlot PF17
  232. *UIConstraints: *InputSlot PF17 *PageSize EnvPersonal
  233. *UIConstraints: *PageRegion EnvPersonal *InputSlot PF17
  234. *UIConstraints: *InputSlot PF17 *PageRegion EnvPersonal
  235. *UIConstraints: *PageSize Env9 *InputSlot PF17
  236. *UIConstraints: *InputSlot PF17 *PageSize Env9
  237. *UIConstraints: *PageRegion Env9 *InputSlot PF17
  238. *UIConstraints: *InputSlot PF17 *PageRegion Env9
  239. *UIConstraints: *PageSize Env10 *InputSlot PF17
  240. *UIConstraints: *InputSlot PF17 *PageSize Env10
  241. *UIConstraints: *PageRegion Env10 *InputSlot PF17
  242. *UIConstraints: *InputSlot PF17 *PageRegion Env10
  243. *UIConstraints: *PageSize EnvMonarch *InputSlot PF17
  244. *UIConstraints: *InputSlot PF17 *PageSize EnvMonarch
  245. *UIConstraints: *PageRegion EnvMonarch *InputSlot PF17
  246. *UIConstraints: *InputSlot PF17 *PageRegion EnvMonarch
  247. *UIConstraints: *PageSize EnvDL *InputSlot PF17
  248. *UIConstraints: *InputSlot PF17 *PageSize EnvDL
  249. *UIConstraints: *PageRegion EnvDL *InputSlot PF17
  250. *UIConstraints: *InputSlot PF17 *PageRegion EnvDL
  251. *UIConstraints: *PageSize EnvC5 *InputSlot PF17
  252. *UIConstraints: *InputSlot PF17 *PageSize EnvC5
  253. *UIConstraints: *PageRegion EnvC5 *InputSlot PF17
  254. *UIConstraints: *InputSlot PF17 *PageRegion EnvC5
  255. *UIConstraints: *PageSize Postcard *InputSlot PF17
  256. *UIConstraints: *InputSlot PF17 *PageSize Postcard
  257. *UIConstraints: *PageRegion Postcard *InputSlot PF17
  258. *UIConstraints: *InputSlot PF17 *PageRegion Postcard
  259. *UIConstraints: *PageSize DoublePostcardRotated *InputSlot PF17
  260. *UIConstraints: *InputSlot PF17 *PageSize DoublePostcardRotated
  261. *UIConstraints: *PageRegion DoublePostcardRotated *InputSlot PF17
  262. *UIConstraints: *InputSlot PF17 *PageRegion DoublePostcardRotated
  263.  
  264. *% Resolution 
  265. *OpenUI *Resolution/Resolution: PickOne
  266. *OrderDependency: 10 AnySetup *Resolution
  267. *DefaultResolution: 600dpi
  268. *Resolution 300dpi/300 Dots per Inch (dpi): "<< /HWResolution [300 300] >> setpagedevice"
  269. *Resolution 600dpi/600 Dots per Inch (dpi): "<< /HWResolution [600 600] >> setpagedevice"
  270. *?Resolution: "save currentpagedevice /HWResolution get 0 get (      ) cvs print (dpi) = flush restore"
  271. *CloseUI: *Resolution
  272.  
  273. *% Image Refinement 
  274. *OpenUI *Smoothing/KIR: PickOne
  275. *OrderDependency: 50 AnySetup *Smoothing
  276. *DefaultSmoothing: Medium
  277. *Smoothing None/Off: "0 statusdict /setdoret get exec"
  278. *Smoothing Medium/On: "2 statusdict /setdoret get exec"
  279. *?Smoothing: "
  280.   save
  281.   [(None)(Medium)(Medium)(Medium)]
  282.   statusdict /doret get exec {get} stopped
  283.   {pop pop (Unknown)} if
  284.   = flush restore"
  285. *End
  286. *CloseUI: *Smoothing
  287.  
  288. *% Halftone Information 
  289. *DefaultHalftoneType: 1
  290. *ScreenFreq: "60.0"
  291. *ScreenAngle: "45.0"
  292. *ResScreenFreq 600dpi: "60.0"
  293. *ResScreenAngle 600dpi: "45.0"
  294. *ResScreenFreq 300dpi: "53.0"
  295. *ResScreenAngle 300dpi: "45.0"
  296.  
  297. *DefaultScreenProc: Ellipse
  298. *ScreenProc Dot: "
  299.   {abs exch abs 2 copy add 1 gt
  300.   {1 sub dup mul exch 1 sub dup mul add 1 sub}
  301.   {dup mul exch dup mul add 1 exch sub} ifelse}"
  302. *End
  303. *ScreenProc Line: "{pop}"
  304. *ScreenProc Ellipse: "{dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub}"
  305. *DefaultTransfer: Null
  306. *Transfer Null: "{}"
  307. *Transfer Null.Inverse: "{1 exch sub}"
  308.  
  309. *% Paper Handling 
  310. *% Page Size Definitions
  311. *OpenUI *PageSize: PickOne
  312. *OrderDependency: 40 AnySetup *PageSize
  313. *DefaultPageSize: Letter
  314. *PageSize Letter/Letter: "<</Policies <</PageSize 2>> /PageSize [612 792] /ImagingBBox null>> setpagedevice"
  315. *PageSize Legal/Legal: "<</Policies <</PageSize 2>> /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  316. *PageSize Executive/Executive: "<</Policies <</PageSize 2>> /PageSize [522 756] /ImagingBBox null>> setpagedevice"
  317. *PageSize A4/A4: "<</Policies <</PageSize 2>> /PageSize [595 842] /ImagingBBox null>> setpagedevice"
  318. *PageSize A5/A5: "<</Policies <</PageSize 2>> /PageSize [420 595] /ImagingBBox null>> setpagedevice"
  319. *PageSize A6/A6: "<</Policies <</PageSize 2>> /PageSize [297 420] /ImagingBBox null>> setpagedevice"
  320. *PageSize B5/B5 (JIS): "<</Policies <</PageSize 2>> /PageSize [516 729] /ImagingBBox null>> setpagedevice"
  321. *PageSize ISOB5/B5 (ISO): "<</Policies <</PageSize 2>> /PageSize [499 709] /ImagingBBox null>> setpagedevice"
  322. *PageSize B6/B6: "<</Policies <</PageSize 2>> /PageSize [363 516] /ImagingBBox null>> setpagedevice"
  323. *PageSize EnvPersonal/Envelope #6: "<</Policies <</PageSize 2>> /PageSize [261 468] /ImagingBBox null>> setpagedevice"
  324. *PageSize Env9/Envelope #9: "<</Policies <</PageSize 2>> /PageSize [279 639] /ImagingBBox null>> setpagedevice"
  325. *PageSize Env10/Envelope #10: "<</Policies <</PageSize 2>> /PageSize [297 684] /ImagingBBox null>> setpagedevice"
  326. *PageSize EnvMonarch/Envelope Monarch: "<</Policies <</PageSize 2>> /PageSize [279 540] /ImagingBBox null>> setpagedevice"
  327. *PageSize EnvDL/Envelope DL: "<</Policies <</PageSize 2>> /PageSize [312 624] /ImagingBBox null>> setpagedevice"
  328. *PageSize EnvC5/Envelope C5: "<</Policies <</PageSize 2>> /PageSize [459 649] /ImagingBBox null>> setpagedevice"
  329. *PageSize Postcard/PostCard: "<</Policies <</PageSize 2>> /PageSize [284 419] /ImagingBBox null>> setpagedevice"
  330. *PageSize DoublePostcardRotated/DoublePostCard: "<</Policies <</PageSize 2>> /PageSize [420 567] /ImagingBBox null>> setpagedevice"
  331. *?PageSize: "
  332.   save
  333.   currentpagedevice /PageSize get aload pop
  334.   2 copy gt {exch} if
  335.   (Unknown)
  336.   17 dict
  337.   dup [612 792] (Letter) put
  338.   dup [612 1008] (Legal) put
  339.   dup [522 756] (Executive) put
  340.   dup [595 842] (A4) put
  341.   dup [420 595] (A5) put
  342.   dup [297 420] (A6) put
  343.   dup [516 729] (B5) put
  344.   dup [499 709] (ISOB5) put
  345.   dup [363 516] (B6) put
  346.   dup [261 468] (EnvPersonal) put
  347.   dup [279 639] (Env9) put
  348.   dup [297 684] (Env10) put
  349.   dup [279 540] (EnvMonarch) put
  350.   dup [312 624] (EnvDL) put
  351.   dup [459 649] (EnvC5) put
  352.   dup [284 419] (Postcard) put
  353.   dup [420 567] (DoublePostcard) put
  354.   {exch aload pop 4 index sub abs 5 le exch
  355.     5 index sub abs 5 le and
  356.     {exch pop exit}{pop} ifelse
  357.   } bind forall
  358.   = flush pop pop restore "
  359. *End
  360. *CloseUI: *PageSize
  361.  
  362. *% Page Region Definitions for Frame Buffer
  363. *OpenUI *PageRegion: PickOne
  364. *OrderDependency: 40 AnySetup *PageRegion
  365. *DefaultPageRegion: Letter
  366. *PageRegion Letter/Letter: "<</Policies <</PageSize 7>> /PageSize [612 792] /ImagingBBox null>> setpagedevice"
  367. *PageRegion Legal/Legal: "<</Policies <</PageSize 7>> /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  368. *PageRegion Executive/Executive: "<</Policies <</PageSize 7>> /PageSize [522 756] /ImagingBBox null>> setpagedevice"
  369. *PageRegion A4/A4: "<</Policies <</PageSize 7>> /PageSize [595 842] /ImagingBBox null>> setpagedevice"
  370. *PageRegion A5/A5: "<</Policies <</PageSize 7>> /PageSize [420 595] /ImagingBBox null>> setpagedevice"
  371. *PageRegion A6/A6: "<</Policies <</PageSize 7>> /PageSize [297 420] /ImagingBBox null>> setpagedevice"
  372. *PageRegion B5/B5 (JIS): "<</Policies <</PageSize 7>> /PageSize [516 729] /ImagingBBox null>> setpagedevice"
  373. *PageRegion ISOB5/B5 (ISO): "<</Policies <</PageSize 7>> /PageSize [499 709] /ImagingBBox null>> setpagedevice"
  374. *PageRegion B6/B6: "<</Policies <</PageSize 7>> /PageSize [363 516] /ImagingBBox null>> setpagedevice"
  375. *PageRegion EnvPersonal/Envelope #6: "<</Policies <</PageSize 7>> /PageSize [261 468] /ImagingBBox null>> setpagedevice"
  376. *PageRegion Env9/Envelope #9: "<</Policies <</PageSize 7>> /PageSize [279 639] /ImagingBBox null>> setpagedevice"
  377. *PageRegion Env10/Envelope #10: "<</Policies <</PageSize 7>> /PageSize [297 684] /ImagingBBox null>> setpagedevice"
  378. *PageRegion EnvMonarch/Envelope Monarch: "<</Policies <</PageSize 7>> /PageSize [279 540] /ImagingBBox null>> setpagedevice"
  379. *PageRegion EnvDL/Envelope DL: "<</Policies <</PageSize 7>> /PageSize [312 624] /ImagingBBox null>> setpagedevice"
  380. *PageRegion EnvC5/Envelope C5: "<</Policies <</PageSize 7>> /PageSize [459 649] /ImagingBBox null>> setpagedevice"
  381. *PageRegion Postcard/PostCard: "<</Policies <</PageSize 7>> /PageSize [284 419] /ImagingBBox null>> setpagedevice"
  382. *PageRegion DoublePostcardRotated/DoublePostCard: "<</Policies <</PageSize 7>> /PageSize [420 567] /ImagingBBox null>> setpagedevice"
  383. *CloseUI: *PageRegion
  384.  
  385. *% Imageable Area Definitions
  386. *DefaultImageableArea: Letter
  387. *ImageableArea Letter/Letter: "12 16 600 776"
  388. *ImageableArea Legal/Legal: "12 17 600 991"
  389. *ImageableArea Executive/Executive: "12 12 510 744"
  390. *ImageableArea A4/A4: "14 15 581 827"
  391. *ImageableArea A5/A5: "12 12 409 583"
  392. *ImageableArea A6/A6: "12 12 285 409"
  393. *ImageableArea B5/B5 (JIS): "21 12 495 717"
  394. *ImageableArea ISOB5/B5 (ISO): "12 12 487 696"
  395. *ImageableArea B6/B6: "12 12 352 504"
  396. *ImageableArea EnvPersonal/Envelope #6: "12 12 249 456"
  397. *ImageableArea Env9/Envelope #9: "12 12 267 627"
  398. *ImageableArea Env10/Envelope #10: "12 12 285 672"
  399. *ImageableArea EnvMonarch/Envelope Monarch: "12 12 267 528"
  400. *ImageableArea EnvDL/Envelope DL: "12 12 300 612"
  401. *ImageableArea EnvC5/Envelope C5: "12 12 447 637"
  402. *ImageableArea Postcard/PostCard: "10 12 273 408"
  403. *ImageableArea DoublePostcardRotated/DoublePostCard: "10 12 410 555"
  404. *?ImageableArea: "
  405.   save
  406.   /cvp {cvi (                   ) cvs
  407.   print ( ) print} bind def
  408.   newpath clippath pathbbox
  409.   4 -2 roll exch 2 {ceiling cvp} repeat
  410.   exch 2 {floor cvp} repeat ( )
  411.   = flush restore"
  412. *End
  413.  
  414. *% Physical Dimensions of Media
  415. *DefaultPaperDimension: Letter
  416. *PaperDimension Letter/Letter: "612 792"
  417. *PaperDimension Legal/Legal: "612 1008"
  418. *PaperDimension Executive/Executive: "522 756"
  419. *PaperDimension A4/A4: "595 842"
  420. *PaperDimension A5/A5: "420 595"
  421. *PaperDimension A6/A6: "297 420"
  422. *PaperDimension B5/B5 (JIS): "516 729"
  423. *PaperDimension ISOB5/B5 (ISO): "499 709"
  424. *PaperDimension B6/B6: "363 516"
  425. *PaperDimension EnvPersonal/Envelope #6: "261 468"
  426. *PaperDimension Env9/Envelope #9: "279 639"
  427. *PaperDimension Env10/Envelope #10: "297 684"
  428. *PaperDimension EnvMonarch/Envelope Monarch: "279 540"
  429. *PaperDimension EnvDL/Envelope DL: "312 624"
  430. *PaperDimension EnvC5/Envelope C5: "459 649"
  431. *PaperDimension Postcard/PostCard: "284 419"
  432. *PaperDimension DoublePostcardRotated/DoublePostCard: "420 567"
  433.  
  434. *% Custom Page Size Definitions
  435. *% Smallest = A5, Largest = LEGAL
  436.  
  437. *VariablePaperSize: True
  438. *LeadingEdge Short: ""
  439. *DefaultLeadingEdge: Short
  440. *HWMargins: 12 12 12 12
  441. *MaxMediaWidth: "612"
  442. *MaxMediaHeight: "1008"
  443. *NonUIOrderDependency: 20 AnySetup *CustomPageSize
  444. *CustomPageSize True: "
  445.   pop pop pop
  446.   << /PageSize [ 5 -2 roll ] /ImagingBBox null
  447.      /Policies << /PageSize 3 >>
  448.   >> setpagedevice"
  449. *End
  450. *ParamCustomPageSize Width: 1 points 421 612
  451. *ParamCustomPageSize Height: 2 points 595 1008
  452. *ParamCustomPageSize WidthOffset: 3 points 0 0
  453. *ParamCustomPageSize HeightOffset: 4 points 0 0
  454. *ParamCustomPageSize Orientation: 5 int 0 3
  455.  
  456. *% Input Slot Definitions
  457. *OpenUI *InputSlot: PickOne
  458. *OrderDependency: 30 AnySetup *InputSlot
  459. *DefaultInputSlot: Internal
  460. *InputSlot Internal/Cassette 1 (Internal): "<</ManualFeed false>> setpagedevice statusdict begin 0 setpapertray end"
  461. *InputSlot PF17/Cassette 2: "<</ManualFeed false>> setpagedevice statusdict begin 1 setpapertray end"
  462. *InputSlot MF1/Multi-Purpose Feeder: "currentpagedevice /InputAttributes get 3 get null eq
  463. { <</ManualFeed true>> setpagedevice }{ statusdict begin 3 setpapertray end } ifelse"
  464. *End
  465. *InputSlot MF/Manual Feed: "<< /ManualFeed true >> setpagedevice"
  466. *?InputSlot: ""
  467. *CloseUI: *InputSlot
  468.  
  469. *RequiresPageRegion All: True
  470. *% Job Spooling Definitions
  471. *OpenUI *KCCollate/Job Spooling: PickOne
  472. *OrderDependency: 20 AnySetup *KCCollate
  473. *DefaultKCCollate: None
  474. *KCCollate None/No: "<< /Collate false >> setpagedevice"
  475. *KCCollate Temp/Yes: "<< /Collate true >> setpagedevice"
  476. *?KCCollate: "
  477.   save
  478.   currentpagedevice dup /Collate known {
  479.     /Collate get
  480.     {(Temp)} {(None)} ifelse
  481.   }{pop (Unknown)} ifelse
  482.   = flush restore"
  483. *End
  484. *CloseUI: *KCCollate
  485.  
  486. *% PPD Version Info 
  487. *OpenUI *KCVersion/PPD Version: PickOne
  488. *OrderDependency: 25 AnySetup *KCVersion
  489. *DefaultKCVersion: Default
  490. *KCVersion Default/3.0.1 [03-06-2001]: ""
  491. *KCVersion Default1/<A9>Kyocera Corporation: ""
  492. *CloseUI: *KCVersion
  493.  
  494. *% Font Information
  495. *DefaultFont: Courier
  496. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  497. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  498. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  499. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  500. *Font Bookman-Light: Standard "(001.004S)" Standard ROM
  501. *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
  502. *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
  503. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
  504. *Font Courier: Standard "(002.004S)" Standard ROM
  505. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  506. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  507. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  508. *Font Helvetica: Standard "(001.006S)" Standard ROM
  509. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  510. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  511. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  512. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  513. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  514. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  515. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  516. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  517. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  518. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  519. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  520. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  521. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  522. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  523. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  524. *Font Symbol: Special "(001.007S)" Special ROM
  525. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  526. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  527. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  528. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  529. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  530. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  531. *?FontQuery: "
  532.   save
  533.   /str 100 string dup 0 (fonts/) putinterval def
  534.   {count 1 gt
  535.     { exch dup str 6 94 getinterval cvs
  536.       (/) print print (:) print
  537.       FontDirectory exch known
  538.       {(Yes)}{(No)} ifelse =
  539.     }{exit} ifelse
  540.   } bind loop (*)
  541.   = flush restore"
  542. *End
  543. *?FontList: "save FontDirectory { pop == } bind forall flush (*) = flush restore"
  544. *% Printer Messages
  545. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  546. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  547. *Message: "\FontName\ not found, using Courier"
  548.  
  549. *% Status (format: %%[ status: <one of these> ]%% )
  550. *Status: "warming up"
  551. *Status: "idle"
  552. *Status: "busy"
  553. *Status: "waiting"
  554. *Status: "printing"
  555. *Status: "initializing"
  556. *Status: "printing test page"/printing test page
  557. *Status: "PrinterError: paper entry misfeed"
  558. *Status: "PrinterError: cover open"
  559. *Status: "PrinterError: no paper tray"
  560. *Status: "PrinterError: out of paper"
  561. *Status: "PrinterError: toner low (halt)"
  562. *Status: "PrinterError: warming up"
  563. *Status: "PrinterError: other reason"
  564. *Status: "PrinterError: video interface mode"
  565. *Status: "PrinterError: offline"
  566. *Status: "PrinterError: toner low (warning)"
  567.  
  568. *% Printer Error (format: %%[ PrinterError: <one of these> ]%% )
  569. *PrinterError: "paper entry misfeed"
  570. *PrinterError: "cover open"
  571. *PrinterError: "no paper tray"
  572. *PrinterError: "out of paper"
  573. *PrinterError: "toner low (halt)"
  574. *PrinterError: "warming up"
  575. *PrinterError: "other reason"
  576. *PrinterError: "video interface mode"
  577. *PrinterError: "offline"
  578. *PrinterError: "toner low (warning)"
  579.  
  580. *% Input Sources (format: %%[ status: <stat>;source:<one of these> ]%% )
  581. *Source: "Serial"
  582. *Source: "Parallel"
  583. *Source: "LocalTalk"
  584. *Source: "Option"
  585.  
  586. *%  End of PPD file for Kyocera Mita FS-1000+ (USA English)
  587.